@TypeConverter
    fun jsonToApplication(json: String): Application? =  gson.fromJson(
        json,
        Application::class.java
    )