using System.Collections.Generic; namespace ET { public class NetWSComponent : Entity, IAwake<int>, IAwake<IEnumerable<string>, int>, IDestroy { public AService Service; public int SessionStreamDispatcherType { get; set; } } }