``` openapi: 3.0.3 info: title: app that calls graph and gets the me profile version: 1.0.0 paths: /me: get: responses: 200: description: Success! ``` Currently kiota returns this error: ``` could not find operation return type Get \me ``` [AB#10904](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10904)