public async Task AddCastAsync(NewCastDto dto) { var newCast = dto.DtoToEntity(); await _castRepository.AddAsync(newCast); }