using System; namespace SharpChat.Users.Remote { public interface IUserAuthResponse : IRemoteUser { DateTimeOffset SilencedUntil { get; } } }