public string GetRandomQuote() { return(Quotes.Count > 0 ? Quotes[(int)(_randomNumberGenerator.GetUint32() % Quotes.Count)] : string.Empty); }