# File lib/rbrainz/core_ext/mbid.rb, line 16
  def to_mbid(entity_type=nil)
    ::MusicBrainz::Model::MBID.new(self, entity_type)
  end