/// <summary>
 /// Initializes a new instance of the <see cref="SystemContext"/> class.
 /// </summary>
 /// <param name="context">The context.</param>
 public SystemContext(IOperationContext context)
 {
     m_nodeStateFactory = new NodeStateFactory();
     m_operationContext = context;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SystemContext"/> class.
 /// </summary>
 public SystemContext()
 {
     m_nodeStateFactory = new NodeStateFactory();
 }