public override int GetHashCode() { return(UserId.GetHashCode() + ConversationId.GetHashCode() + BotId.GetHashCode()); }