public void RegisterAutomationHub(IAutomationHubHandle hub)
	{
		m_handles.Add(hub);
	}
 public void RegisterAutomationHub(IAutomationHubHandle hub)
 {
     m_handles.Add(hub);
 }