public ApplicationKeysController(IServicesStore IServicesStore, IHits IHits, IAPIManager IAPIManager)
 {
     _IServicesStore = IServicesStore;
     _IHits          = IHits;
     _IAPIManager    = IAPIManager;
 }
 public ServicesStoreController(IServicesStore IServicesStore, IAPIManager iAPIManager)
 {
     _IServicesStore = IServicesStore;
     _iAPIManager    = iAPIManager;
 }