namespace DaggerFramework.Resources { public interface IResourceSaver where T : Resource { public bool TrySave(string path, in T resource); } }