public void JsonSerialiser_WriteObject_Throws_If_Called_Before_Initialise()
 {
     _JsonSerialiser.WriteObject(_Stream, this);
 }