enum ClientStoreError: Error {
case clientNotFound
case rosterNotFound
case imageNotFound
case videoNotFound
}