protected override void InternalExecute() { var service = new SampleService(); service.TakeSomeTime(_name, TimeSpan.FromSeconds(5), MarkSuccesful); }