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