public void ConfigureFileUploadService(IAppBuilder app) { var service = new FileUploadService(new Logger()); service.CreateAndConfigureAsync(); }