public async Task <bool> RegisterEvent(Event @event) { var savedEvent = await _eventLogic.Save(@event); return(savedEvent != null); }