public void RandomValueProvider_GetGuid_should_return_Guid() { var randomValue = _provider.GetGuid(); randomValue.Should().NotBeEmpty(); }