public Task AddAsync(string text)
 {
     RefreshQuotes = true;
     return(quoteService.AddAsync(text));
 }