Details
Description
Usually, I prototype queries via gremlin console or azure cosmos console. I use first small letter in traversal steps. For example, 'outE`. Porting to strongly typed DSL requires to update all lower case steps into upper. Like, 'OutE`. It is very tedious process. Could we have `outE` and `OutE` projections for C#? It would make my life much more pleasant and C# closer to Gremlin standard. All such cases of differences do apply. C# has extensions and static using and case sensitive and dynamic. So most stuff in place to make C# to Groovy almost one to one.