public async Task <AddEditQuoteRequest> GetAsync(int quoteId) => (await _quotesRepo.GetDetailedAsync(quoteId, true)).ToAddEditRequest();