namespace YLPublishTool { public interface IPublishAction { void SetProperty(string name, string value); void Execute(IPublishContext context); } }