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