namespace fis { public class MacService : IPlatformService { public string GetPlatformName() { return "MacOS-X64"; } } }