public Task <Developer> GetDeveloperByEmail(string Email)
 {
     return(_developerRepository.GetDeveloperByEmailAsync(Email));
 }