Providers is a context object that helps specify which providers this action should go to.
Inheritance: Props
 /// <summary>
 /// Sets the enabled providers for this call.
 /// </summary>
 /// <param name="providers">The container object for provider info</param>
 /// <returns>Context for chaining</returns>
 public ContextSegmentIO SetProviders(Providers providers)
 {
     this.providers = providers;
     return this;
 }