public virtual bool HasContext(Type contextType) { return(_parent?.HasContext(contextType) ?? false); }
public bool HasContext(Type contextType) { return(_contextSnapshot.HasContext(contextType)); }