namespace LanMountainDesktop.AirAppSdk; public interface IAirAppPackageManager { IReadOnlyList GetInstalledAirApps(); AirAppPackageInstallResult InstallPackage(string packagePath); }