public static void Decrement(this IDogStatsd stats, string statsName, int value = 1, double sampleRate = 1, List <string> tags = null) { stats?.Decrement(statsName, value, sampleRate, tags?.ToArray()); }