public async Task <List <Actor> > GetAllAsync(int skip, int take) { return(await _actorRepository.AllAsync(skip, take)); }