using System; namespace GreenshotPlugin.Interop { /// /// Common properties that has appreared in almost all objects /// public interface ICommon : IDisposable { } }