/// <summary> /// Create a new ECS agent class. /// </summary> public EcsAgent() { _singletonEntity = _entityGateway.CreateEntity(); }