public async Task <ApiResponse> DeleteTenantAsync(string id)
 => await _adminManager.DeleteTenantAsync(id);