public Task <bool> RemoveMultiAsync(params string[] keys)
 {
     return(_memcachedClient.RemoveMultiAsync(keys));
 }