namespace Image { public interface IMetadataRemover { void CleanImage(string newFileName); } }