Grpc.Net.Client.Internal.SystemClock
namespace Grpc.Net.Client.Internal
{
internal sealed class SystemClock : ISystemClock
{
public static readonly SystemClock Instance;
public DateTime UtcNow { get; }
public SystemClock();
}
}