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
You could make the constructor private or protected in next major version release, or simply remove the static method and just use constructor (no need for a factory method in such a simple class)