namespace API.Errors { public static class Strings { public const string UserExists = "User with that phone number or first and last name already exists.\nIf you would like to change your phone number please login."; } }