protected override void OnDispose() { Album.Delete(album.albumPtr); album = null; }
internal AlbumWrapper(Album album) { this.album = album; }