public IHttpActionResult Get() { CakeService cakeService = CreateCakeService(); var cakes = cakeService.GetCakes(); return(Ok(cakes)); }