@spec get_algorithm(atom()) :: {:ok, module() | nil} | {:error, ErrorMessage.t()}
@spec put_algorithm(atom(), module()) :: :ok