I followed the readme but after adding
<PackageReference Include="Liquid.Serverless.AzureFunctions" Version="2.0.2-alpha" />
the sample doesn't compile
error CS0234: The type or namespace name 'Context' does not exist in the namespace 'Liquid.Core' (are you missing an assembly reference?)
error CS0234: The type or namespace name 'Telemetry' does not exist in the namespace 'Liquid.Core' (are you missing an assembly reference?)
error CS0234: The type or namespace name 'DependencyInjection' does not exist in the namespace 'Liquid.Core' (are you missing an assembly reference?)
error CS0246: The type or namespace name 'ILightContext' could not be found (are you missing a using directive or an assembly reference?)
error CS0246: The type or namespace name 'ILightTelemetry' could not be found (are you missing a using directive or an assembly reference?)