/// <summary> /// Initializes a new instance of the <see cref="AirConfiguration" /> class. /// </summary> public AirConfiguration() { Storage = new LocalAirStorage(); Serialisation = new SimpleAirSerialisation(); CommandProcessor = new SimpleAirCommandProcessor(this); IdFactory = new SimpleAirIdFactory(2); }