def country(country_name)
      result = Covid19::Services::Covid19Data.country(country_name)

      puts result if options.empty?