public AccountsController(IAccountRepository accountRepository, INotificationService notificationService, IAccountsSettingsService accountsSettingsService, IUserProfileService userProfileService, IContactProfileService contactProfileService)
 {
     this.accountRepository       = accountRepository;
     this.notificationService     = notificationService;
     this.accountsSettingsService = accountsSettingsService;
     this.userProfileService      = userProfileService;
     this.contactProfileService   = contactProfileService;
 }
 public AccountsController(IAccountRepository accountRepository, INotificationService notificationService, IAccountsSettingsService accountsSettingsService, IUserProfileService userProfileService, IContactProfileService contactProfileService)
 {
   this.accountRepository = accountRepository;
   this.notificationService = notificationService;
   this.accountsSettingsService = accountsSettingsService;
   this.userProfileService = userProfileService;
   this.contactProfileService = contactProfileService;
 }