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