namespace Alma.Services; public interface IOsInformation { Task GetOsIdentifierAsync(); Task IsOnPlatformAsync(string platform); }