public Task <Domain.Models.ScheduledPresentation> Get(int id) { return(_presentationManager.GetScheduledPresentationAsync(id)); }