namespace TeamHobby.HobbyProjectGenerator { public class User_Authentication : IUserService { public IList GetAllUsers() { throw new NotImplementedException(); } public bool User(string username) { //Console.WriteLine("Hello World!"); //Console.WriteLine("Testing console"); throw new NotImplementedException(); } } }