namespace Cosmos.Build.Builder.Services { internal interface IMSBuildService { string GetMSBuildExePath(); } }