public async Task <IEnumerable <Screen> > GetAsync(Pagination pagination) { return(await _screenRepository.GetAsync(pagination)); }