public T Get <T>(bool recursive) { return(Objects.get <T>(GetCommand(), recursive)); }
public T Get <T>() { return(Objects.get <T>(GetCommand(), true)); }