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