How could I test this method: ```func get<T>(_ url: String, success: @escaping ((_ response: T?) -> Void), failure: @escaping ((_ errorMessage: String) -> Void)) where T: BaseMappable``` Thanks