I can separate by namespace, but that’s not my issue per se. I have a great deal of crossover between the two controllers; in some cases, the only difference may be the format of the response.
I could have a base controller and two subclasses. I suppose this would give me a basis for divergence in the future, if need be. I was hoping someone could weigh in on options.