public string[] GetAllBreeds() { CheckJWT(WebOperationContext.Current); return(repository.GetAllBreeds()); }