public static T Instance <T>(this Key key)
 => InMemory <T> .Instance(key.Value);