func takeCompleationHandler(compleationHandler:()->Void) { print("From the function Body") compleationHandler() }