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