Sets the context as current, by setting it to `AtataContext.Current` static property. ## Usage ```cs AtataContext context1 = ...; AtataContext context2 = ...; context1.SetAsCurrent(); ```