#if !NET472 #endif namespace RhSolutions.Tools; internal interface ITool: IDisposable { public void Execute(); }