/// <inheritdoc /> public bool Remove([NotNull] PropertyKey propertyKey) { return(inner.Remove(propertyKey)); }
/// <inheritdoc /> public bool Remove(PropertyKey propertyKey) { return(inner.Remove(propertyKey)); }