public static Dictionary <bool, string> InsertInboxItem(InboxItem inboxItem) { return(firestore.InsertInboxItem(inboxItem)); }