public void GetColumnNames() { OrmUtils.GetColumnNames <Stack>().Should().BeEquivalentTo("Id", "SourceId", "StackTrace", "StackHash"); }