public string Encrypt(string value)
 {
     return(_crypto.Encrypt(value));
 }