public object RawToObject(string surrogateUniqueID, object raw)
        {
            var context = this.GetSurrogateContext(surrogateUniqueID);

            return(SurrogatesDirectory.RawToObject(raw, context));
        }