Consider having 1 public class per namespaceCS-R1035
Anti-pattern
Major
Having more than 1 public class per namespace increases the complexity and affects the overall code readability and navigation. It is therefore recommended that you have a single public class per namespace.