public ClaimsController(IMrUserAccountService mrUserAccountService)
 {
     _mrUserAccountService = mrUserAccountService;            
 }
 public LinkExternalProviderController(IMrUserAccountService mrUserAccountService)
 {
     _mrUserAccountService = mrUserAccountService;
 }