public static string GetValuePerHour(double value, TimeSpan time) => Formatting.ToStringShort(value / (time.TotalSeconds / 60 / 60));
 public static string MarketPriceDateToString(DateTime value) => Formatting.CurrentDateTimeFormat(value);