Implemented methods for managing the blob-service-blob table. They will be needed in subsequent diffs.
This is mostly the same approach as in Identity Service, except I use anyhow to handle errors for now, for the sake of simplicity. Proper error handling is going to be introduced later.
Part of ENG-2300