protected override void RaiseOnStart() { base.RaiseOnStart(); tempFile.WriteAllLines(new [] { message, Environment.NewLine, body }); }