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