create

fun create(    coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO),     errorParser: ErrorParser<*> = DefaultErrorParser()): RetrofitCallAdapterFactory