public async Task Delete(string clientId)
 {
     await discordLogic.DeleteConnectionAsync(clientId);
 }