I have this service interface.
public interface IService { Task SetAsync(string key, string value, TimeSpan? expiration = null); Task SetAsync