public override IDisposable Alert(AlertConfig config) { return(this.Present(AlertBuilder.AlertBuild(config))); }
public abstract IDisposable Alert(AlertConfig config);