public string this[StorageList tableName] { get { return(this.StorageNames.TryGetValue(tableName.ToString(), out var tblName) ? tblName : ""); } }