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