pub fn create_names( first_name: &'static str, last_name: &'static str, loop_by: i32, ) -> Result<Vec<Name>>