orangy
inline fun <reified T : BaseEntity> String.toEntity() : T = Utils.getGsonInstance().fromJson(this, T::class.java) as T