internal func postRequest(controller: PPController, method: PPHttpMethod, parameters: [String: Any], completionHandler: @escaping (_ result: PPResult<[String: Any], PPError>) -> ()) {
        if (rejectInvocation) {
            fatalError("Unexpected method was invoked")
        }