public async Task InsertAsync(ILogItem olapEntity) { await _storage.InsertAndGenerateRowKeyAsDateTimeAsync(LogEntity.CreateEntity(olapEntity), DateTime.UtcNow); }