module Models
    class TranslationType < ::String
      VALUES = %w(mt ht_express ht_professional ht_expert).freeze

      def self.new(string)