I am referring to the support question https://support.abp.io/QA/Questions/53/Login-From-Desktop-Client. I'm writing a CLI project where the client enters username, password and tenantname to login. To login the correct user i have to get the TenantID by name before any user is logged in. To complete the task, I need to find an AppService that I can use to resolve Tenant-Name to tenant-ID (to be called from the CLI via HTTP) - like the login view.