public Task <HttpResponseMessage> Disable(string id)
 {
     return(CreateResponse(HttpStatusCode.OK, _service.Disable(id)));
 }