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
Right now the OptionFactory.cs contains a static Option class used as factory and we also have a real Option which is a generic struct. We need to refactor this.