Future<MailQuery> read_mails() async { var GraphServiceClient = await this; return GraphServiceClient.read_mails(); }