The following APIs currently have `get_` prefixed in their names. This is both inconsistent with psutil and with rest of the APIs. Consider renaming. ``` Process *get_process(unsigned int); unsigned long int get_boot_time(); UsersInfo *get_users(); ```