#nullable disable namespace EllieBot.Common; public interface ICloneable where T : new() { public T Clone(); }