private static PSNoteProperty CreateHostInfoProperty(HostInfo hostInfo) => new PSNoteProperty("HostInfo", RemoteHostEncoder.EncodeObject((object)hostInfo));
private static PSNoteProperty CreateHostInfoProperty(HostInfo hostInfo) { return(new PSNoteProperty("HostInfo", RemoteHostEncoder.EncodeObject(hostInfo))); }