namespace <%= fullNamespace %>.Services.Interfaces { public interface IResxService { string GetLocalization(string key); } }