public HttpResponseMessage All()
 => Request.CreateResponse <IList <Todo> >(HttpStatusCode.OK, service.All());