Connect Your App.NETTenantGetTenantVersion: 2.0.0On this pageGetTenantFetch the tenant and the tenant information.ParameterstenantId - The id of the tenant. This can also be the tenant key.Implementationvar tenant = await permitClient.Api.GetTenant(tenantId);