You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, VM instances invoke Initialize after being created by New. We can just move all initialization into Factory's New instead of having lazy-initialization pattern to simplify code.