[Test]
        public void GenerateTableCreateCommand_OnSampleKustoTable_OnCustomTableName_ShouldStringCommand()
        {
            var tableInfo = Fixture.SampleKustoTable;
            tableInfo.TableName = "TestCustomTableName";