The members of an interface consist of the members introduced by its member declarations and the members inherited from its base interfaces.
Only methods, properties and events may be members of an interface, and they must be abstract. Interface members are implicitly public and may not specify an access modifier. Interface members have no scope, and they must always be qualified.