private static void StartTask(Command cmd) { TaskProvider tp = new TaskProvider(); tp.Start(cmd.TaskId); }