I have an interface
public interface IUserFactory { User GetUser(string id); void DeleteUser(string id); }
Current class which impl