void SendFailReport(ActionReport report, string message) { report.SetFail(message); this.World.AddReport(report); }