pub fn to_delete(
    desired: Vec<String>,
    actual: Vec<String>
) -> Option<Vec<String>>