public bool ToggleSystemProcessThreadContinuous(int systemProcessThreadID) { // ISystemProcessThreadService systemProcessThreadService = IoC.Resolve<ISystemProcessThreadService>("SystemProcessThreadService"); SystemProcessThreadService systemProcessThreadService = new SystemProcessThreadService(); return(systemProcessThreadService.ToggleSystemProcessThreadContinuous(systemProcessThreadID)); }