public SubscriptionsService(MPInterfaces.IMinistryPlatformService ministryPlatformService)
 {
     _ministryPlatformService = ministryPlatformService;
 }
 public ImageController(MPInterfaces.IMinistryPlatformService mpService, MPInterfaces.IAuthenticationService authenticationService, MPInterfaces.IApiUserService apiUserService)
 {
     _authenticationService = authenticationService;
     _apiUserService = apiUserService;
     _mpService = mpService;
 }