Inheritance: StatusOnlyResponse
 internal RestResponseFactory()
 {
     _badRequestResponse = new BadRequestResponse();
 }