public OutProxy(InOut <T> inout) { _inout = inout; }
public InProxy(InOut <T> inout) { _inout = inout; }