public void Append(string key, string value)
 {
     Client.Append(key, new ArraySegment <byte>(Encoding.UTF8.GetBytes(value)));
 }