public void DeleteCommand(int userId, string token, int id)
 {
     client.DeleteCommand(application_Id, userId, token, id);
 }