public bool Equals(IOperationCacheKey other) => Equals(other as DependenciesCacheKey);
 public bool Equals(IOperationCacheKey other) => Equals(other as AsyncOpHandlesCacheKey);
 public bool Equals(IOperationCacheKey other) => Equals(other as LocationCacheKey);