public bool EndsWith(string value)
 {
     return(RawString.EndsWith(value, StringComparison.Ordinal));
 }