@override Future<String> getEmail() async { await Future.delayed(Duration(milliseconds: 200)); return 'dumb@dumb.com'; }