private static void StrategySection() { var storage = new ImageStorage(new PngCompressor(), new BestFilterInTheWorld()); storage.SavePhoto("asas"); }