public void TestHasGuidByDefault() { var emptyIpcData = new IpcData(); // we have a guid by default. Assert.IsTrue(emptyIpcData.HasGuid()); // check that the string is not empty Assert.IsFalse( string.IsNullOrEmpty(emptyIpcData.Guid) ); }