using System; public interface ICloneable{ Object Clone(); }