protected override Task SaveAsync(TrackableSet <int> set)
 {
     return(_mapper.SaveAsync(_db.Connection, set.Tracker, 1, "One"));
 }