public static void NotImplementedException(this ThrowExtensionRoot root) => throw new NotImplementedException();
public static TReturn NotImplementedExceptionAndReturn <TReturn>(this ThrowExtensionRoot root) => throw new NotImplementedException();
public static void NotSupportedException(this ThrowExtensionRoot root) => throw new NotSupportedException();