public void FrameType() { Assert.True(datatype.CheckType(new DataFrame())); Assert.False(datatype.CheckType(ulong.MaxValue)); }