using EonaCat.gRPC.Core.Interfaces.Services; namespace EonaCat.gRPC.Service; public class GreeterService : IGreeterService { }