martynas
public fun <T : BaseEntity> Class<T>.fromJson(json: String): T { return Utils.getGsonInstance().fromJson(json, this) }
Entity::class.java.fromJson(json)