namespace System.Net.HomeMatic { public class HMVersion { private string _version; public string Version { get { return this._version; } } } }