Redis.cs 106 Bytes
namespace Rcs.Domain.Settings
{
    public record Redis(string Host, string Port, string Password);

}