using version 2.2.1
and implementing the getting started example this line will not compile.
//Initialize the FTP server
var ftpServerHost = serviceProvider.GetRequiredService<IFtpServerHost>();
CS0246 The type or namespace name 'IFtpServerHost' could not be found (are you missing a using directive or an assembly reference?) FtpApiServer D:\Sources\FtpApiServer\Program.cs
using version 2.2.1 and implementing the getting started example this line will not compile. //Initialize the FTP server
var ftpServerHost = serviceProvider.GetRequiredService<IFtpServerHost>();