/// <summary>
 /// Indicates whether this configuration element has been modified since it was last
 /// saved or loaded when implemented in a derived class.
 /// </summary>
 /// <returns><see langword="true"/> if the element has been modified; otherwise, <see langword="false"/>. </returns>
 protected override bool IsModified()
 {
     return(helper.HandleIsModified());
 }