public static void DecTo(this IGauge <long> gauge, long value, DateTimeOffset timestamp) { gauge.DecTo(value, timestamp.ToUnixTimeMilliseconds()); }