public GameDto GetByPKs(params object[] dtoId) { return(MapFromEntityToDto(_gameDomainService.GetByPKs(dtoId), DomainToDtoEnum.Game)); }