namespace Global.Shared.API { public interface ICustomManager where T : ICustomData { T CreateData(IGridData data); } }