public bool SaveBatch(List <BaseAzureTableStorage> entities) { TableStorageService <BaseAzureTableStorage> StorageService = new TableStorageService <BaseAzureTableStorage>(DeviceInputDataConstants.TableName); StorageService.CreateTable(); return(StorageService.BatchInsert(entities)); }