public IEnumerable <PartyDto> GetPartiesByIds([FromQuery] IEnumerable <int> ids) { return(_partyService.GetByIds(ids)); }