let compleationhandler:(Bool)->Void = { (sucess) in if sucess { print("Complete download data ") } else { print("Error") } }