I have so code examples:
One compiles
class C { public virtual object Method2() => throw new NotImplementedException(); } class