namespace LightlessSync.PlayerData.Pairs; public interface IPairHandlerAdapterFactory { IPairHandlerAdapter Create(string ident); }