private object TryOfStoreLocal(Type keyType, Type valueType, object key) { return(LocalServer.OfStore(keyType, valueType, key)); }