async Task RollbackInsert(string tenantId, string mailId) { await _mailRepository.ForceDelete(tenantId, mailId); }