public static TimeSpan GetScaledTime(this TimeSpan value, double multiplier) => TimeSpan.FromMilliseconds(value.TotalMilliseconds * multiplier);