And the usage ``` val gqlArticle = GQLArticle(id =...
# coroutines
a
And the usage
Copy code
val gqlArticle = GQLArticle(id = "articleId")
    val gqlService: GqlService = mock {
        given { it.articleTeaserById("id", DeviceType.L, false) }.willReturn(sync(gqlArticle))
    }