namespace IronLicensing.Client;
public interface IMachineIdentifier
{
string GetMachineId();
string GetMachineName();
string GetPlatform();
}