public async Task LogGaugeAsync_NameIsNull_ExpectArgumentNullException() { await _statsd.LogGaugeAsync(null, _testData.NextInteger); }