I am looking for the best way associate business objects to the current user of the website. I am guessing the best way to do this is to extend the Identity.User object (i.e. extend the user object to include properties such as User.ID, User.Company. etc.). A search for a solution reveals a number of...