private void InterfaceInformationCommandReceived(IInterfaceInformation command)
 {
     StudioContext.LogInformation("USB Interface v{0}.0 (software ver {1}.0)", command.HardwareVersion, command.SoftwareVersion);
 }
 private void SystemInformationCommandReceived(ISystemInformation command)
 {
     StudioContext.LogInformation("Command station {0} ver {1}", command.SystemName, command.SystemVersion);
 }