public override int GetHashCode() => PocketImageDataOperations.GetHashCode(this);
public bool Equals(IPocketImageData other) => PocketImageDataOperations.Equals(this, other);