namespace NadekoBot.Common; public interface ICloneable where T : new() { public T Clone(); }