I’m developing a small Windows form app to test Graph API functions. I have two functionalities in the application, user's log in and create a team. I created a class that contains a function for creating a GraphServiceClient. I call this function both when the users logs in and when I create a team. The problem is that the user login window is displayed both times, and I want that once the user logs in, to somehow save that GraphServiceClient instance so that the user does not have to double logs in. Here is the code: