public void ClearDb()
 {
     var ds = new AsyncRedisDictionaryService(this.connStr, AllowAdmin: true);
     ds.Clear();
 }