This type is more general so moved it from the `http/holders` mod (private to http) to a new crate-global `types` modese types can (and generally should) be shared with the `BlobServiceClient` living in the comm-lib.
Unified them with types existing in comm-lib so request and response structs are now shared between client and server
Depends on D13616