interface NameValuePair
Name and value pair interface.
abstract var name: String?
abstract var value: String?