pub trait IHuman: Send + Sync
{
    fn make_pets_make_sounds(&self);
}