namespace TweetLib.Core.Application{ public interface IAppResourceHandler{ string? Load(string path); } }