Provide own implementation of nethsm-sdk-rs types that do not implement FromStr
As we want to allow users of the nethsm lib to directly use most if not all types in CLI parsers such as clap, they need to implement FromStr.
Nearly all of the publicly re-exported types of the nethsm-sdk-rs lib do not, therefore we should provide our own implementation instead.