receiver.property("int", -373);
receiver.property("long", 373737l);
receiver.property("object", this);
receiver.property("short", (short) 99);
receiver.section("Section");
receiver.title("Title");
replay();
ReportStatusEvent event = new ReportStatusEvent(this, receiver);