/// <summary>
 /// Using the static method <see cref="ValueList{T}.QuickRead"/> falls back
 /// to the default properties for colors, bullet, spaces, etc.
 /// </summary>
 private static IEnumerable <string> ReadBeveragesQuick()
 {
     return(ValueList <string> .QuickRead("What are your prefered beverages?"));
 }