### Quick Use Guide for AMS2SharedMemoryNet Source: https://github.com/domaslau/ams2sharedmemorynet/blob/master/README.md This snippet demonstrates the basic usage of the AMS2SharedMemoryNet library to retrieve and display the telemetry page version. Ensure the library is referenced in your project. ```csharp using AMS2SharedMemoryNet; using AMS2SharedMemoryNet.Structs; MemoryParser memp = new("$pcars2$"); AMS2Page page = memp.GetPage(); Console.WriteLine(page.mVersion); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.