# Functions
NewHttpServer is a factory method that returns an initialized HttpServer receiver struct.
NewReady is a factory method that returns an initialized Ready receiver struct.
NewStartMessage is a factory method that returns an initialized StartMessage receiver struct.
SecureProviderBootstrapHandler full initializes the Secret Provider.
# Structs
HttpServer contains references to dependencies required by the http server implementation.
Ready contains references to dependencies required by the testing implementation.
StartMessage contains references to dependencies required by the start message handler.