private async Task CheckWebsite() { if (this.Website == null || this.Website.Id == null || this.Website.Id == Guid.Empty) { this.Website = await WebsiteService.FindByUrl(this.CleanDomain); } }