namespace Torch.Server.ViewModels { public interface ILazyLoad { void Load(); } }