public void StringToNullableGuidTest(string str) { var guid = GuidConverter.ToNullableGuid(str); Assert.Null(guid); }