/// <summary> /// Initializes a new instance of the Info class. /// </summary> public Info() { Client = new ClientInfo(); Build = new BuildInfo(); System = new SystemInfo(); }