namespace InspectionUI.RemoteControl.Handlers { using InspectionUI.RemoteControl.Messages; public delegate void FlowHandler(FlowMessage message); }