private void DispatchServiceControl(IServiceControl serviceControl)
 {
     serviceControl.Accept(_serviceControlVisitor);
 }