namespace ServerManagerTool.Plugin.Common.Lib { public class Profile { public string ProfileName { get; set; } public string InstallationFolder { get; set; } } }