Hello,
I was wondering why I can't pass any URL parameters to the Graph requests (for example $select) and the reason is that you forget to pass **kwargs to the parent when calling get().
Please fix.
https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/dev/msgraphcore/graph_session.py#L42