public BootstrapIcon Popover(string title, string content)
 {
     this._popoverConfiguration = new PopoverConfiguration(title, content);
     return(this);
 }
 public BootstrapIcon Popover(string title, string content)
 {
     this._popoverConfiguration = new PopoverConfiguration(title, content);
     return this;
 }
 public BootstrapIcon Popover(PopoverConfiguration configuration)
 {
     this._popoverConfiguration = configuration;
     return(this);
 }
 public BootstrapIcon Popover(PopoverConfiguration configuration)
 {
     this._popoverConfiguration = configuration;
     return this;
 }