public T Get <T>(Option <T> option)
 {
     return(_collection.Get(option).Result);
 }