/// <inheritdoc/> public override T this[FaceGroup faceGroup] { get { throw new NotSupportedException(); } set { throw new NotSupportedException(); } }
/// <inheritdoc/> public abstract T this[FaceGroup faceGroup] { get; set; }