private void CreateGroup(DtDelta delta)
 {
     adservice.CreateGroup(delta.DataAsGroup);
     sqlService.CreateGroupRecord(delta.DataAsGroup);
 }