public UserStatusChangeServiceErrorHandler(IHttpExceptionContextRetriever httpExceptionContextRetriever)
     : base(httpExceptionContextRetriever)
 {
 }
 public MedicalAuthenticationServiceErrorHandler(IHttpExceptionContextRetriever httpExceptionContextRetriever)
     : base(httpExceptionContextRetriever)
 {
 }
 public ErrorResponseHandler(IHttpExceptionContextRetriever httpExceptionContextRetriever)
 {
     _httpExceptionContextRetriever = httpExceptionContextRetriever;
 }