namespace Image { public interface IOutputFormatter { string FormatOutputPath(string filePath); } }