JsonObjectResponse

fun <M : PenicillinModel> JsonObjectResponse(    client: ApiClient,     result: M,     request: HttpRequest,     response: HttpResponse,     content: String,     action: ApiAction<JsonObjectResponse<M>>)