public void Dump() { var assignments = Profile.ControlProcessor.GetAllAssignedHardwares(); Debug.Print("Dump command"); HardwareManager.Dump(assignments); }