using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace BlueWest.WebApi; public class GreeterService { }