namespace Nerfed.Runtime.Audio; public interface IPoolable { static abstract T Create(AudioDevice device, Format format); }