jstuyts-squins
class RequiredData(val firstField: String, val secondField: String) interface SomeDataProvider { fun provide(): RequiredData }
HashMap