namespace ET.Client { public class SessionComponent: Entity, IAwake, IDestroy { public Session Session { get; set; } } }