private async void ModelDetailsButton_Click(object sender, EventArgs e)
        {
            var results = await EntityInfo.DatabaseTableInformation();

            Debug.WriteLine(""); // place breakpoint here and examine
        }