public async Task <bool> CreateDivisionAsync(DivisionEntity entity)
 {
     return(await _table.InsertAsync(entity) == 1);
 }