public class TestClass { public bool TestBool; public string TestString ; public Guid TestGuid; public DateTime TestDateTime ; } returns TestClass testclass = new TestClass();