public Response ChangePassword(Dictionary <string, object> parameters)
 {
     return(serviceManager.ChangePassword(parameters));
 }