def binary(self, input): return Binary()(input)
def binary(self, input): return Binary().apply(input)