public async Task <TvRequestRow> GetRequestById(int id) { return(await _requestRepository.GetOne(x => x.TvRequestId == id)); }