Unregister a specific account
static Future<void> unregisterAccount(String accountId) async { await MultiSipService.unregisterAccount(accountId); }