@override Future signOut() async { var debugPrefix = '$runtimeType.signOut()'; try { await _api.signOut(); } catch (e) { throw '$debugPrefix:catch:$e'; } }