public static IEnumerable <KeyValuePair <object, object> > GetAllRegisteredObjects() { lock ( Sync ) { return(DynamicFields.ToList()); } }