public void GuidIsNotEmpty()
        {
            var a = _sut.GetRandomGuid();

            Assert.AreNotEqual(Guid.Empty, a);
        }