Get ContentReference from GUID
Optimizely CMS 12 provides a Utility function to retrieve Content Reference from a Guid by ussing the below static method.
var contentReference = PermanentLinkUtility.FindContentReference(new Guid("9812C961-4A51-4C8C-9580-0DED7764C1B2"));
helpful