How would I test a method that looks like this?
var afterSubscribe: ((Bool) -> Void)? func someMethod() { observableOne() // method that returns Observ