class ResourceDTO
ResourceDTO(key: Int, value: String, contextValue: CharSequence?)
val contextValue: CharSequence?
val key: Int
val value: String