public bool Execute()
 {
     return(FileActions.DeleteFileForAllUsers(Target, IncludeDefaultProfile, IncludePublicProfile));
 }