using Chernobyl.Collections.Generic.Event; namespace Chernobyl.Account { /// /// An interface for working with an instance which stores services /// related to a user (or player in a video game). /// public interface IUser : IEventEnumerable {} }