/// <summary>
 /// Attempts to connect to this <see cref="RemoteInputAdapter"/>.
 /// </summary>
 protected override void AttemptConnection()
 {
     m_historianDataListener.StartAsync();
 }