public ClientController(IClientAuthenticationService authenticationService)
 {
     this.AuthenticationService = authenticationService ?? new ClientAuthenticationService();
 }
 public ClientController(IClientAuthenticationService authenticationService)
 {
     this.AuthenticationService = authenticationService ?? new ClientAuthenticationService();
 }