private void InitializeTable() { if (this.Table == null) { this.Table = AzureTableHelper.GetTableReferenceAsync(TableName); } }