namespace SharpChat;

public interface Diff {
    bool Changed { get; }
}