public IHttpActionResult GetActiveCars() { return(CallBusinessLogicActionWithResult(() => _manager.GetActiveCars(User.Identity.GetUserId()))); }