public IHttpActionResult DeleteMark(long markId) { return(CallBusinessLogicAction(() => _manager.DeleteMark(markId, User.Identity.GetUserId()))); }