def identity(self) -> BotIdentity: return BotIdentity(self.full_name, self.email)
def identity(self): return BotIdentity("bot name", "bot-email@domain")