public static string GetFormatString(this TimeOfDay instance) { return(instance.GetAttribute <DescriptionAttribute, TimeOfDay>().Description); }