public uint StringToHash(string str)
 {
     return(_context.StringToHash(str));
 }