private static void IncreaseValue(string name, int value) { var statistics = new StatisticsClient(); statistics.IncreaseValueAsync(name, value); }